/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}
.imglogo{
    max-height: 78px;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
}
.right_xf li a{
    display: inline-block;
    width: 68px;
    height: 68px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 68px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 180px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 0px;
    z-index: 3000;
    bottom: 100px;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    transition: all 0.5s;
}
.totop:hover{
    background: #328e3a;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #328e3a;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font18{
    font-size: 18px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #0070ee;
}
.text-warning{
    color: #f4b942!important;
}

.bg_000{
    background: #000;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.pt_32{
    padding-top: 32px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.mb-38{
    margin-bottom: 38px;
}
.mb-30{
    margin-bottom: 30px;
}

.no_margin{
    margin: 0px;
}
.imgdiv img{
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.top_tishi{
    padding: 12px 0px;
}

/*nav*/
.nav_style{
    background: #fff;
    padding: 0px 15px;
    box-shadow: 0px 0px 15px rgba(153,153,153,0.1);
}
.navbar-brand{
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    transition: all 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 0px 39px 0px;
    margin: 0px 40px;
    position: relative;
}
.nav_style .navbar-nav .nav-link{
    color: #000000;
    transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #328e3a;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #328e3a;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-link:hover:before,.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before{
    left: 0%;
    right: 0%;
}
@media (min-width:1200px) {
    .nav_container{
        max-width: 1600px
    }
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin-top: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 5px 5px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    border-top: 1px solid #f5f5f5;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    display: block;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    transition: background 0.5s,padding 0.5s;
    -webkit-transition: background 0.5s,padding 0.5s; /* Safari */
}
.top_xiala .dropdown-menu a:hover{
    background: #328e3a;
    color: #fff;
    padding: 20px 20px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 15px;
    border: none;
    border-radius: 0px;
    padding: 13px 18px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #328e3a;
    color: #fff;
}

.yuyan{
    width: 200px;
    padding: 0px;
    margin-bottom: 0px;
    text-align: right;
}
.yuyan .yuyan_a{
    display: inline-block;
    padding: 40px 0px;
}
.navbar-light .navbar-text .yuyan_a:hover{
    color: #328e3a;
}
.top_xiala2{
    display: inline-block;
}
.top_xiala2 .dropdown-menu{
    left: auto;
    right: 0;
}

/*banner*/
.banner .swiper-pagination-bullet{
    width: 32px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}

.gengduo{
    border:2px solid #328e3a;
    background: none;
    color: #328e3a;
    padding: 14px 62px;
}
.gengduo2{
    border:2px solid #000;
    color: #000
}
.gengduo:hover {
    color: #fff;
    background-color: #328e3a;
    border-color: #328e3a;
}
.gengduo i{
    position: relative;
    left: 5px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}

.hvr-float {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
}

/* box */
.tab_menu{
    overflow-y: hidden;
    height: 66px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.tab_menu::-webkit-scrollbar {
    /*滚动条整体样式*/
    height: 0px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
.tab_menu li{
    float:left;
    cursor:pointer;
    margin: 0px 20px;
}
.tab_menu li a{
    color:#666;
    text-decoration:none;
    display: inline-block;
    padding: 20px 0px;
    font-size: 18px;
    position: relative;
}
.tab_menu li a:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 4px;
    border-radius: 4px;
    background: none;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.tab_menu li.current a:before{
    background: #328e3a;
}
.tab_menu li.current a{
    color:#328e3a;
}

.tab_box .hide{
    display:none;
}


.tab_bg{
    background: url(../img/tab_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product_card{
    transition: background 0.5s,color 0.5;
    -webkit-transition: background 0.5s,color 0.5; /* Safari */
}
.product_card:hover{
    background: #328e3a;
    color: #fff;
}

.shuzi{
    margin: 48px 0px 68px 0px;
}
.shuzi .card .item .numU{
    height: 58px;
    color: #328e3a;
}
.shuzi .card .item .numU .numCX{
    font-size: 60px;
    font-weight: 700;
    display: inline-block;
    margin-top: 18px;
}

.index_about{
    padding: 88px 88px;
}
.bg_zszs{
    background: url(../img/bg_zszs.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zhengshu .swiper-wrapper .swiper-slide{
    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
}
.zhengshu .swiper-wrapper .swiper-slide-active,.zhengshu .swiper-wrapper .swiper-slide-duplicate-active{
    transform: scale(1);
}

.index_news_style:hover .fangda img{
    transform:scale(1.1);
}
.index_news_style h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 14px;
}
.index_news_style p{
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 32px;
}

.tab_p{
    padding: 48px 68px;
}

/*bottom*/
/*底部响应下拉*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

.bottom_bg{
    background: #f5f5f5;
    padding-top: 35px;
}
.bottom_container{
    padding-bottom: 25px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000;
}
.bottom_ul .bottom_bt h5{
    margin: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 0px;
}
.bottom_ul .card ul li a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #595757;
}
.bottom_ul .card ul li a:hover{
    color: #328e3a; 
}
.fgdiv{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 85%;
    background: #fff;
}
.fgprodiv{
    padding-bottom: 100%;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prjj{
    line-height: 28px;
}
.probut a{
    display: inline-block;
    width: 32%;
    margin-right: 3%;
    height: 58px;
    line-height: 58px;
    background: #328e3a;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.probut a .ico1{
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url("../img/ico1.png") no-repeat;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.probut a .ico2{
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url("../img/ico2.png") no-repeat;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.bottom_beian{
    background: #333333;
    padding: 20px 0px;
    color: #fff;
}
.di_media .media{
    margin-bottom: 10px;
}
.di_media .media i{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #3db45e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3db45e;
    margin-right: 15px;
}
.dier{
    display: block;
    overflow: hidden;
}

/* ----------------------------------------------------------------
    走进我们
----------------------------------------------------------------- */
.about_bg{
    background: url(../img/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_nav{
    position: relative;
}
.about_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 68px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 28px 0px;
    margin-right: 48px;
    font-size: 18px;
    position: relative;
    color: #999;
}
.nav-scroller .nav .active{
    color: #328e3a;
}
.nav-scroller .nav .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #328e3a;
}
.nav-scroller .nav a:hover{
    color: #328e3a;
}

.course_top .swiper-button-next,.course_top .swiper-button-prev{
    width: 40px;
    height: 40px; 
    background: rgba(8,23,52,1);
    border-radius: 50px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.course_top .swiper-button-prev{
    top: 0px;
    left: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top .swiper-button-next{
    top: 0px;
    right: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top:hover .swiper-button-prev{
    opacity: 1;
}
.course_top:hover .swiper-button-next{
    opacity: 1;
}
.course_top .swiper-button-prev:after,.course_top .swiper-button-next:after{
    color: #fff;
    font-size: 16px;
}
.course_top .swiper-button-prev:hover:after,.course_top .swiper-button-next:hover:after{
    color: #fff;
}
.course_top .swiper-button-next:hover,.course_top .swiper-button-prev:hover{
    background: rgba(2,108,228,1);
}
.course_center{
    height: 468px;
    background: #fff;
}
.course_center .swiper-wrapper .swiper-slide{
    height: auto;
}
.course_center>.swiper-scrollbar{
    width: 3px;
}
.course_center .swiper-scrollbar-drag{
    background: rgba(50,142,58,1);
}
.course_top_rq{
    padding: 55px 0px 32px 0px;
    position: relative;
}
.course_top_rq:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #f9f9f9;
    border: 2px solid #328e3a;
}
.course_top_rq:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #328e3a;
}
.course_top{
    position: relative;
}
.course_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 100%;
    height: 2px;
    background: #eee;
}

.about_bt{
    padding-bottom: 36px;
    position: relative;
}
.about_bt:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 48px;
    height: 5px;
    background: #328e3a;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(50, 142, 58, 0.7);
}
/*.about_p p{
    margin-bottom: 18px;
}*/

.trends_card{
    box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.1);
}
.trends_card .card-body{
    padding: 38px 30px 48px 30px;
}
.trends_card .card-footer{
    padding: 24px 30px;
    background: none;
    border-top: 1px solid #f5f5f5;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #328e3a;
    color: #fff;
}
.pagination a:first-child .page-link{
    border-radius: 0px;
}
.pagination a:last-child .page-link{
    border-radius: 0px;
}

.pt_ds_swiper2{
    background: #f9f9f9;
    padding: 38px;
}
.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img{
    object-fit: contain;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-next:after,.pt_ds_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_ds_swiper2 .swiper-button-next,.pt_ds_swiper2 .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(50,142,58,1);
    border-radius: 48px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.pt_ds_swiper2 .swiper-button-prev{
    left: 28px;
    margin-top: -25px;
}
.pt_ds_swiper2 .swiper-button-next{
    right: 28px;
    margin-top: -25px;
}
.pt_ds_swiper2 .swiper-button-prev:after,.pt_ds_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_ds_swiper2 .swiper-button-prev:hover:after,.pt_ds_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_ds_swiper2 .swiper-button-next:hover,.pt_ds_swiper2 .swiper-button-prev:hover{
    background: rgba(44,123,51,1);
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_fenlei{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.product_fenlei h4{
    padding: 24px;
    border-bottom: 1px solid #f5f5f5;
}
.product_fenlei_ul li{
    position: relative;
}
.product_fenlei_ul .fenlei_bt{
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 24px 62px 24px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_fenlei_ul .fenlei_bt.active{
    color: #328e3a;
    font-weight: bold;
}
.product_fenlei_ul .fenlei_anniu{
    position: absolute;
    top: 12px;
    right: 24px;
    background: none;
    color: #000;
    border: none;
    box-shadow: none;
    border-radius: 36px;
    transform:rotate(180deg);
}
.product_fenlei_ul .fenlei_anniu.collapsed{
    transform:rotate(0deg);
}
.fenlei_ul2 a{
    display: block;
    padding: 12px 24px 12px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    position: relative;
}
.fenlei_ul2 a:hover{
    color: #328e3a;
}
.fenlei_ul2 a:before{
    content: "";
    position: absolute;
    left: 24px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
}

/* ----------------------------------------------------------------
    产品详情页
----------------------------------------------------------------- */
.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_right{
    
}
.pt_right h4{
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.pt_bt_cpxq{
    padding-left: 30px;
    position: relative;
}
.pt_bt_cpxq:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 30px;
    background: url(../img/pt_bt_cpxq.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.ny_nav{
    margin-top: 98px;
}
.news_right{
    box-shadow: 0px 5px 15px rgba(153,153,153,0.2);
    padding-bottom: 20px;
}
.news_right h5{
    padding: 24px 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.news_right li a{
    display: block;
    padding: 10px 24px;
}

.news_right .badge{
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 24px;
    color: #212529;
    background-color: #f8f9fa;
}
.news_right .badge.badge1{
    color:#fff;
    background-color: #dc3545;
}
.news_right .badge.badge2{
    color:#fff;
    background-color: #ffc107;
}
.news_right .badge.badge3{
    color:#fff;
    background-color: #6c757d;
}

/* ----------------------------------------------------------------
    联系方式
----------------------------------------------------------------- */
.contact_bg{
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #328e3a;
    background: #fff;
    color: #328e3a;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #328e3a;
    border-color: #328e3a;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 24px;
    }
}

@media (max-width: 1200px){
    .probut a{
        display: inline-block;
        width: 46%;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min{
        background: #fff;
        border-bottom: #f5f5f5;
    }
    
    .nav_min .navbar-nav .nav-link{
        color: #000;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 21px 0px;
        border-bottom: 1px solid #f5f5f5;
    }
    .md_collapse{
        border-top: 1px solid #eee;
        height: 374px;
        overflow-y: auto;
    }
    .md_collapse::-webkit-scrollbar{
        display: none;
    }
    .top_xiala .dropdown-menu{
        background: #f9f9f9;
    }
    .top_xiala .dropdown-menu a{
        display: block;
        text-align: left;
        margin: 0px;
        padding: 15px 0px;
        border-bottom: 1px solid #eee;
    }
    .top_xiala .dropdown-menu{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px;
    }

    .navbar-brand img{
        width: 78px;
    }

    .yuyan{
        width: 100%;
        text-align: left;
    }
    .top_xiala2{
        display: block;
    }
    .yuyan .yuyan_a{
        display: block;
        width: 100%;
        padding: 21px 0px;
    }
    .swiper_height{
        height: 108px;
    }
    .pt_right{
        padding-left: 0px;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .tab_menu li{
        margin: 0px 15px;
    }
    .tab_p{
        padding: 30px;
    }
}

@media (max-width: 768px){
    .probut a{
        display: inline-block;
        width: 80%;
        margin-right: 0%;
        margin-top: 2%;
    }
    .index_about{
        padding: 68px 30px;
    }
    .bottom_bg{
        padding-top: 38px;
    }
    .bottom_container{
        padding-bottom: 38px;
    }
    .tab_p{
        padding: 0px;
    }
    .tab_p2{
        padding: 30px;
    }
    .about_bg{
        height: 240px;
    }
}